home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / palmpc.dir / 00220.ls < prev    next >
Encoding:
Text File  |  1996-03-01  |  239 b   |  13 lines

  1. on mouseDown
  2.   global gCalNum, gSetNum, gLastNum, gOperation, gAnswer
  3.   if gSetNum <> 0 then
  4.     Answer()
  5.   end if
  6.   set gOperation to "/"
  7.   if gSetNum = 0 then
  8.     set gSetNum to gCalNum
  9.   end if
  10.   set gCalNum to 0
  11.   set gAnswer to 0
  12. end
  13.